

.contact2__wrapper{
    background-color: rgb(255, 255, 255) !important;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.place-card, .place-card-large{
    display: none !important;
}

.mapouter::after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    pointer-events: none;
}

.modal-backdrop{
    display: none;
}

.btn-modal{
    z-index: 3;
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display:grid;
    place-items: center;
}

.header{
position: relative;
}

.header--white .navigation__link{
    color: #fff !important;
}

.social__icon{
    fill: #fff !important;
}

#btn__goback{
    margin-top: 2rem;
}

@media (max-width: 768px){
    #btn__goback{
        margin-top: 5rem;
    }

    .contact2-wrapper{
        display: grid;
        grid-auto-flow: row !important;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

}